Skip to main content

List Files

Overview


List files from a folder

Input

NameRequiredDescription
Folder PathThe full path to the folder
File PatternFile pattern to search for, only supports Wildcard characters * (any character zero or more times) and ? (any character once).
Recursive

Filters

NameRequiredDescription
Created AfterThe start date and time for filtering files based on their creation date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty
Created BeforeThe end date and time for filtering files based on their creation date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty
Modified AfterThe start date and time for filtering files based on their modified date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty
Modified BeforeThe end date and time for filtering files based on their modified date. Format: yyyy-MM-dd HH:mm:ss. Not used to filter if left empty
Use UTC TimeAll the date filters use UTC time

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.
File List